getOrFail

inline fun <ERROR CLASS>.getOrFail(name: String): String

Get parameters value associated with this name or fail with MissingRequestParameterException

Throws


inline fun <R : Any> <ERROR CLASS>.getOrFail(name: String): R

Get parameters value associated with this name converting to type R using DefaultConversionService or fail with MissingRequestParameterException

Throws